'Declaration
Protected Overloads Overrides Function ExtractValueFromVariant( _ ByVal context As ISystemContext, _ ByVal value As Object, _ ByVal throwOnError As Boolean _ ) As Object
'Usage
Dim instance As PropertyState(Of T) Dim context As ISystemContext Dim value As Object Dim throwOnError As Boolean Dim value As Object value = instance.ExtractValueFromVariant(context, value, throwOnError)
protected override object ExtractValueFromVariant( ISystemContext context, object value, bool throwOnError )
protected: Object^ ExtractValueFromVariant( ISystemContext^ context, Object^ value, bool throwOnError ) override
Parameters
- context
- The system context.
- value
- The value.
- throwOnError
- if set to
true
throw an exception on error.
Return Value
If not overridden returns value.